Skip to content

Comments

chore: 🐝 Update SDK - Generate 0.12.9#120

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771639536
Open

chore: 🐝 Update SDK - Generate 0.12.9#120
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1771639536

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 21, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Python SDK Changes:

  • glean.client.messages.retrieve(): response.search_response.glean_data_error.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.search.query():
    • response.glean_data_error.unauthorized_datasource_instances Removed (Breaking ⚠️)
    • error.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.chat.create(): response.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.search.recommendations(): response.glean_data_error.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.search.autocomplete(): response.glean_data_error.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.search.query_as_admin():
    • response.glean_data_error.unauthorized_datasource_instances Removed (Breaking ⚠️)
    • error.unauthorized_datasource_instances Removed (Breaking ⚠️)
  • glean.client.agents.retrieve(): error.status[404] Added
  • glean.client.agents.run_stream(): error Changed
  • glean.client.agents.list(): error Changed
  • glean.client.agents.retrieve_schemas():
    • response.tools[] Changed
    • error Changed
  • glean.datasources.get_datasource_instance_configuration(): Added
  • glean.datasources.update_datasource_instance_configuration(): Added
  • glean.indexing.people.bulk_index(): Deprecated

View full SDK changelog

OpenAPI Change Summary
├─┬Info
│ └─┬Extensions
│   ├──[🔀] x-source-commit-sha (5:24)
│   └──[🔀] x-open-api-commit-sha (25:26)
├─┬Paths
│ ├──[+] path (3686:3)
│ └─┬/api/index/v1/bulkindexemployees
│   └─┬POST
│     ├──[+] deprecated (3125:19)
│     └─┬Extensions
│       ├──[+] x-speakeasy-deprecation-message (3126:40)
│       └──[+] x-glean-deprecated (3128:9)
└─┬Components
  ├──[+] parameters (13446:7)
  ├──[+] parameters (13454:7)
  ├──[+] schemas (13380:7)
  ├──[+] schemas (13363:7)
  ├──[+] schemas (13358:7)
  ├──[+] schemas (13346:7)
  ├──[+] schemas (13371:7)
  ├─┬ActionSummary
  │ ├──[+] properties (8234:9)
  │ ├──[+] properties (8244:9)
  │ ├──[+] properties (8240:9)
  │ ├──[+] properties (8231:9)
  │ ├──[+] properties (8237:9)
  │ ├─┬display_name
  │ │ └──[🔀] description (8236:24)
  │ └─┬tool_id
  │   └──[🔀] description (8246:24)
  ├─┬ErrorInfo
  │ └──[-] properties (9029:9)❌ 
  ├─┬ErrorResponse
  │ ├──[🔀] type (8212:13)❌ 
  │ ├──[-] title (8111:14)
  │ ├──[🔀] description (8213:20)
  │ └──[+] properties (8215:9)
  ├─┬InviteInfo
  │ ├─┬inviteTime
  │ │ └─┬Extensions
  │ │   ├──[+] x-glean-deprecated (6652:13)
  │ │   └──[+] x-speakeasy-deprecation-message (6656:44)
  │ └─┬reminderTime
  │   └─┬Extensions
  │     ├──[+] x-glean-deprecated (6663:13)
  │     └──[+] x-speakeasy-deprecation-message (6667:44)
  └─┬ChatResponse
    └──[-] properties (7947:9)❌ 
Document Element Total Changes Breaking Changes
info 2 0
paths 4 0
components 24 3

View full report

Linting Report 0 errors, 16 warnings, 6 hints

View full report

PYTHON CHANGELOG

constsAndDefaults: 1.0.7 - 2026-02-21

🐛 Bug Fixes

  • coerce type-mismatched default values instead of clearing them to prevent invalid generated code (commit by @danielkov)

core: 6.0.12 - 2026-02-18

🐝 New Features

  • move large-model splitting from templates to Go bucketing layer to prevent compiler complexity limits (commit by @vishalg0wda)

nameOverrides: 3.0.3 - 2026-02-19

🐝 New Features

  • add support for renaming object properties that reference a shared component (commit by @2ynn)

nameOverrides: 3.0.2 - 2026-02-19

🐛 Bug Fixes

  • set fixes.nameOverrideFeb2026 to true in gen.yaml to prevent x-speakesy-name-override from propagating through resolution or allOf merging (commit by @2ynn)

Based on Speakeasy CLI 1.728.0

@github-actions github-actions bot added the patch Patch version bump label Feb 21, 2026
@github-actions github-actions bot requested a review from a team as a code owner February 21, 2026 02:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771639536 branch 10 times, most recently from 55cdbf3 to 194f862 Compare February 25, 2026 01:21
* `glean.client.messages.retrieve()`:  `response.search_response.glean_data_error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.search.query()`: 
  *  `response.glean_data_error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
  *  `error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.chat.create()`:  `response.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.search.recommendations()`:  `response.glean_data_error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.search.autocomplete()`:  `response.glean_data_error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.search.query_as_admin()`: 
  *  `response.glean_data_error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
  *  `error.unauthorized_datasource_instances` **Removed** (Breaking ⚠️)
* `glean.client.agents.retrieve()`:  `error.status[404]` **Added**
* `glean.client.agents.run_stream()`:  `error` **Changed**
* `glean.client.agents.list()`:  `error` **Changed**
* `glean.client.agents.retrieve_schemas()`: 
  *  `response.tools[]` **Changed**
  *  `error` **Changed**
* `glean.datasources.get_datasource_instance_configuration()`: **Added**
* `glean.datasources.update_datasource_instance_configuration()`: **Added**
* `glean.indexing.people.bulk_index()`: **Deprecated**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1771639536 branch from 6a4cd8f to ee7a30a Compare February 25, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant